User Profile

Collapse

Profile Sidebar

Collapse
zille
zille
Last Activity: Jun 15 '21, 10:08 PM
Joined: Jun 14 '21
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • zille
    started a topic Postgresql database creating error python code

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...