After removing all ", autoincrement=T rue "
i get error:
There is no unique constraint matching given key for referenced table"shop_item _skus"
CREATE TABLE shop_sku_prices (
id integer not null unique default nextval('shop_s ku_prices_id_se q'::regclass),
sku_id integer not null,
currency varchar(5) not null,
unit_price integer,
primary key...
User Profile
Collapse
-
Postgresql database creating error python code
I have a old code for unity3d game.
I was able to update it from 2.7 to python 3.
After running the code as shown below:
...Code:from flask import Flask #from flask.ext.sqlalchemy import SQLAlchemy from flask_sqlalchemy import SQLAlchemy from sqlalchemy.ext.declarative import declarative_base from sqlalchemy import Column, Sequence, Integer, Float, String, Boolean, ForeignKey, TIMESTAMP, Enum
No activity results to display
Show More
Leave a comment: